/* General Styles and Formatting */
body {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
    width: 100%;
    font-family: Verdana;

    /*background-image: url('Images/Black\ Canary.png');*/
    background-image: url('Images/Magik\ &\ Cloud 2.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}

@keyframes fadeIn {
    0%   {opacity: 0; left: -50px;}
    100% {opacity: 1; left: 0px;}
}

@keyframes fadeInRight {
    0%   {opacity: 0; right: -50px;}
    100% {opacity: 1; right: 0px;}
}

main {
    flex: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    /*background-image: url('Images/Black\ Canary.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
}

header{
    margin: 0px;
    padding: 0px;
    width: 100%;
    /*background-color: #093050;*/
    /*background-color: #284564;*/
    text-align: center;
    /*position: fixed;*/
    z-index: 1;
}

header img {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    padding: 15px;
    background-color: #284564;
    border-radius: 100px;
    border: 2px solid white;
}

.heroText {
    color: #ffffff;
    text-align: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'Franklin Gothic Medium';
   
    text-shadow: 2px 2px 1px #000000;
}

h1 {
    text-align: center;
}

h3 {
    text-align: center;
    color: #f2f4f7;
    font-family: 'Verdana';
    font-size: 24px;
    text-shadow: 3px 2px 0px #000000;
}

.textTest h3 {
    text-align: center;
    color: #000000;
    font-family: 'Verdana';
    font-size: 24px;
    text-shadow: none;
}

hr {
    border: 1px solid #f2f4f7;
    width: 50%;
}

footer {
    color: #f2f4f7;
    background-color: #284564;
    clear: both;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: center;
    border-top: 2px solid white;
}

footer iconify-icon{
    color: #f2f4f7;
    font-size: 32px;
    margin-top: 5px;
}

.contentBox iconify-icon{
    color: #f2f4f7;
    font-size: 32px;
    margin-top: 5px;
}

.navBox{
    display: inline-block;
    /*margin-top: 100px;*/
    margin: 50px;
    width: auto;
}

.navBox ul{
    display: block;
    list-style: none;
}


footer h4 {
    margin: 0px;
}

footer p{
    font-size: 14px;
}

/* Nav Bar */
nav {
    margin-top: 5px;
    padding: 0px;
    display: inline-block;
    background-color: #000000;
}

nav ul{
    list-style-type: none;
    margin: 0px;
    padding: 2px;
    display: block;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

nav ul li {
    /*float: left;*/
    margin: 10px;
}

nav ul li a {
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    color: #b8b6b8;
    padding: 5px;
    border-radius: 2px;
}

.active {
    color: #f2f4f7;
}

/* Text Formatting */
.titleText {
    /*color: #f2f4f7;*/
    color: #ffffff;
    /*background-color: #f2f4f7;*/

    text-align: center;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'Franklin Gothic Medium';
}

header h1 {
    font-size: 30px;
}

.textTest {
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #212417;
    background-color: #f2f4f7;
    border: 2px solid black;
    border-radius: 15px;
    text-align: center;
    padding: 10px;
    margin: 15px;
    box-shadow: 4px 4px 0px black;
    width: 50%;
    /*animation-name: fadeIn;
    animation-duration: 1s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;*/
}

.textTest2 {
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #212417;
    text-align: center;
    margin: 10px;
    width: 70%;
    animation-name: fadeIn;
    animation-duration: 1s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;
}

.greyText {
    color: grey;
}

.textFormatting {
    display: block;
    text-align: left;
    font-size: 14px;
    background-color: #f2f4f7;
    border: 2px solid black;
    border-radius: 15px;
    box-shadow: 4px 4px 0px black;
}

.textFormatting li {
    margin: 0px;
    padding: 0px;
}

/* Section Formatting */
.container {
    min-height: 100vh;    
    display: flex;
    flex-direction: column;
}

.contentBox, .navBox{
    color: #f2f4f7;
    width: 100%;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.contentBox iconify-icon {
    padding: 10px;
    border-radius: 50px;
    background-color: #093050;
    border: 2px solid white;
}

.headerTest{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Borrowed Carousel */
* {box-sizing:border-box}

.slideshow-container {
    width: 70%;
    position: relative;
    margin: auto;
    background-color: #093050;
    border: 2px solid black;
    box-shadow: 4px 4px 0px black;
    border-radius: 15px;
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.slideshow-container2 {
    width: 70%;
    position: relative;
    margin: auto;
}

.slideshow-container2 img{
    margin: auto;
    max-width: 100%;
}

.bioContainer {
    max-width: 70%;
    position: relative;
    margin: auto;
    margin-bottom: 10px;
    background-color: #212417;
    border: 2px solid black;
    box-shadow: 4px 4px 0px black;
    border-radius: 15px;
    padding: 10px;
}

.bioText {
    font-size: 15px;
    color: #f2f2f2;
    margin: 10px;
    text-align: justify;
    align-items: center;
}

.mySlides {
    display: none;
}

.slideshow-container a{
    color: #f2f2f2;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
color: #ffffff;
background-color: #000000;
font-size: 15px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
padding: 8px 12px;
position: absolute;
bottom: 0px;
text-align: left;
justify-content: center;
}

/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
background-color: #212417;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}

/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}

.dot:hover {
background-color: #717171;
}

/* Fading animation */
.fade {
animation-name: fade;
animation-duration: 1.5s;
}

@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}

/* About Me Page */
.wallGraphic {
    display: inline-flex;
    justify-content: center;
}

.wallBox {
    justify-content: center;
    text-align: center;
    align-items: center;
    display: inline-block;
    border: 2px solid black;
    background-color: #093050;
    border-radius: 15px;
    padding: 10px;
    margin: 15px;
    box-shadow: 4px 4px 0px black;
    width: 70%;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.5s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;
}

.iconWall {
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.iconWall li{
    margin: 10px;
    margin-bottom: 0px;
}

.overlay {
    height: 30px;
    width: 50px;
    transition: .5s ease;
    opacity:0;
    color: #f2f4f7;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0px;
}

.iconWall li:hover .overlay{
    opacity: 1;
}

.portfolioButton{
    font-size: large;
    font-weight: bold;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

.portfolioButton2{
    width: 25%;
    text-align: left;
    font-size: 24px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    border-radius: 15px;
    margin: 5px;
    padding: 5px;
}

/* Portfolio Page */
/* To make content fit in a horizontal grid */
.imageContainer2 {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}

/* For AGM poster */
.imageContainer3 {
    position: relative;
    display: flex;
    margin: 0px;
    padding: 0px;
    max-width: 45%;
}

/* Vertical */
.imageContainer4 {
    padding: 0px;
    margin: 0px;
    position: relative;
    display: inline-block;
}

.imagePanels {
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
}

.moreImagePanels {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
}

.imagePanels2 {
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    height: 700px;
    max-width: 80%;
}

.imagePanels3 {
    padding: 0px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    height: 700px;
    max-width: 80%;
    max-height: 480px;
}

.imageFormatting {
    display: block;
    margin: 5px;
    line-height: 0;
    border: 2px solid black;
}

.imageFormatting2 {
    position: relative;
    display: inline-block;
    margin: 5px;
    border: 2px solid black;
    border-radius: 2px;
    max-width: 720px;
}

.imageFormattingAgain {
    position: relative;
    display: inline-block;
    margin: 5px;
    border: 2px solid black;
    border-radius: 2px;
    max-width: 100%;
}

.imageFormatting4 {
    position: relative;
    display: inline-block;
    margin: 5px;
    border: 2px solid black;
    border-radius: 2px;
    max-height: 480px;
}

.imageFormatting3 {
    position: relative;
    display: inline-flex;
    margin: 5px;
    max-width: 35%;
    border: 2px solid black;
    background-color: #ffffff;
}

/* 3D Renders */
.imageFormatting5 {
    position: relative;
    display: inline-block;
    margin: 2px;
}

/* Concept Images */
.imageFormatting6 {
    position: relative;
    display: block;
    margin: 5px;
    max-width: 45%;
    border: 2px solid black;
    line-height: 0;
}

.imageText {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    box-shadow: inset 0px 0px 15px 0px #000000;
    transition: 0.66s ease;
    opacity: 0;
    pointer-events: none;
}

.imageText p{
    position: absolute;
    text-align: center;
    opacity: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #f2f4f7;
    background-color: #212417;
    border-top: 2px solid black;
    border-right: 2px solid black;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
}

a img {
    transition: width 0.66s ease-out;
    box-shadow: 4px 4px 0px black;
}

.imageFormatting2:hover .imageText, .imageText p{
    opacity: 1;
}

.imageFormatting3:hover .imageText, .imageText p{
    opacity: 1;
}

.videoContainer2 {
    padding: 0px;
    margin: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.videoFormatting {
    display: block;
    background-color: #212417;
    border: 2px solid black;
    border-radius: 5px;
}

iframe {
    width: 854px;
    height: 480px;
}

/* For Drawings */
.videoFormatting2 {
    display: block;
    background-color: #212417;
    border: 2px solid black;
    border-radius: 5px;
    margin: 5px;
}

header .icon {
    display: none;
}

#navID {
    display: none;
}

#navID a {
    display: none;
}

/* Media Queries */

/* For phones */
@media screen and (max-width: 932px)
{
    body{
        background-position: center;
        background-repeat: no-repeat;
        background-attachment:inherit;
        background-size: cover;
    }
    
    main {
        margin-top: 10px;
        margin-bottom: 10px;
        /*padding: 15px*/
        background-position: center;
        background-repeat: no-repeat;
        background-attachment:inherit;
        background-size: cover;
    }

    /*header {
        background-color: transparent;
        background-color: #000000;
        border-bottom: 3px solid black;
    }*/

    /*.titleText {
        background-color: #093050;
    }*/

    header .icon {
        color: #ffffff;
        display: block;
        position: absolute;
        margin: 5px;
        left: 0;
        top: 0;
    }

    header img {
        margin-top: 25px;
    }

    /*header img {
        width: 100px;
        height: 100px;
    }*/

    header .icon iconify-icon {
        font-size: 18px;
    }

    nav {
        display: none;
    }

    #navID {
        display: none;
        position: relative;
        /*background-color: transparent;*/
        border-bottom-right-radius: 5px;
        max-width: 25%;
    }

    #navID a {
        color: #b8b6b8;
        background-color: #000000;
        text-decoration: none;
        font-weight: bold;
        display: block;
        left: 0;
        top: 0;
    }

    #navID .active{
        color: #f2f4f7;
    }

    .headerTest {
        display: inline-block;
        justify-content: center;
    }

    .headerTest img {
        justify-content: center;
        height: 100px;
        width: 100px;
    }

    footer p {
        font-size: 12px;
    }

    ul{
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        display: block;
        justify-content: center;
        align-items: center;
    }

    li {
        float: none;
        display: block;
        padding: 2px;
    }

    .textFormatting {
        text-align: center;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .textFormatting li{
        padding: 0px;
        margin: 0px;
    }

    .textTest {
        width: 80%;
        justify-content: center;
    }

    .textTest2 {
        width: 80%;
        justify-content: center;
        text-align: center;
    }

    .bioContainer {
        max-width: 100%;
        margin: auto;
        margin-bottom: 10px;
        padding: 5px;
        justify-content: center;
    }

    .bioText {
        font-size: 11px;
        margin-bottom: 5px;
    }

    .slideshow-container, .wallBox {
        width: 85%;
        justify-content: center;
    }

    .slideshow-container2 {
        width: 100%;
        margin: 0px;
        padding: 0px;
        justify-content: center;
    }

    .wallGraphic {
        display: block;
    }

    .iconWall li img{
        height: 40px;
        width: 40px;
    }

    .overlay {
        display: none;
    }

    .imageContainer2, .imageContainer3, .imageContainer4, .imageContainer5, .imagePanels, .imagePanels3{
        display: inline-block;
        align-items : center;
        justify-content: center;
        height: auto;
        max-width: 100%;
    }

    .imageFormatting2, .imageFormatting3, .imageFormatting5, .imageFormatting6, .imageFormattingAgain {
        display: inline-block;
        line-height: 0;
        max-width: 100%;
        height: 100%;
    }

    .imageText {
        line-height: normal;
        opacity: 1;
        background: none;
        bottom:0;
        color: #000000;
        width: 100%;
        height: 100%;
        box-shadow: inset 0px 0px 15px 0 #000000;
        pointer-events: none;
    }

    .imageText p{
        line-height: normal;
        position: absolute;
        opacity: 1;
        color: #f2f4f7;
        background: #212417;
        bottom:0;
        border-top: 2px solid black;
        border-right: 2px solid black;
        margin: 0px;
        padding: 0px;
    }

    .videoContainer2 {
        display: inline-block;
        align-items: center;
        justify-content: center;
        max-width: 100%;
    }

    .videoFormatting {
        margin: 0px;
    }

    iframe {
        max-width: 100%;
        height: 70%;
    }

    .next, .prev {
        display: none;
    }

    .contentBox {
        width: 90%;
    }

    .portfolioButton2 {
        width: 80%;
    }
}

/* For tablets */
@media screen and (min-width: 1024px) and (max-width: 1366px){
    body{
        background-position: center;
        background-repeat: no-repeat;
        background-attachment:inherit;
        background-size: cover;
    }

    main {
        padding: 15px;
    }

    .textTest {
        width: 85%;
        justify-content: center;
    }

    .wallBox {
        width: 85%;
        justify-content: center;
    }

    .imageText {
        opacity: 1;
    }

    .imagePanels {
        display: inline-block;
        max-width: 100%;
    }

    iframe {
        max-width: 100%;
        max-height: 50%;
    }
}